projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93855d5
)
Typo fix.
author
Eric S. Raymond
<esr@snark.thyrsus.com>
Mon, 5 May 2008 02:43:34 +0000
(
02:43
+0000)
committer
Eric S. Raymond
<esr@snark.thyrsus.com>
Mon, 5 May 2008 02:43:34 +0000
(
02:43
+0000)
lisp/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc.el
b/lisp/vc.el
index d8af84425cedd9f0f65da281dcb933279fb6855e..9387bf7391ae392218d28ffa19d92c8be37e4cd9 100644
(file)
--- a/
lisp/vc.el
+++ b/
lisp/vc.el
@@
-2181,7
+2181,7
@@
outside of VC) and one wants to do some operation on it."
(defun vc-generic-status-printer (fileentry)
(let* ((file (vc-dir-fileinfo->name fileentry))
- (
(backend (vc-responsible-backend file)
)))
+ (
backend (vc-responsible-backend file
)))
(vc-call-backend backend 'status-printer file)))
(defun vc-generic-state (file)